* eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
authorLeo Liu <sdl.web@gmail.com>
Wed, 18 Dec 2013 18:38:20 +0000 (02:38 +0800)
committerLeo Liu <sdl.web@gmail.com>
Wed, 18 Dec 2013 18:38:20 +0000 (02:38 +0800)
lisp/ChangeLog
lisp/eshell/em-prompt.el

index c9090b75eaaddcadb28a9ea467fcba029a42a75d..2088f83c089bbd47963aa6e05c7947e1877d3d83 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-18  Leo Liu  <sdl.web@gmail.com>
+
+       * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
+
 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
 
        * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
index 1092eb5b4de3c1ea2f973e29d3e89eb92fe72735..91c3daf87e4a97cf2c88d25b4551c9007c83ede1 100644 (file)
@@ -125,8 +125,8 @@ arriving, or after."
           (add-text-properties 0 (length prompt)
                                '(read-only t
                                  font-lock-face eshell-prompt
-                                 front-sticky (face read-only)
-                                 rear-nonsticky (face read-only))
+                                 front-sticky (font-lock-face read-only)
+                                 rear-nonsticky (font-lock-face read-only))
                                prompt))
       (eshell-interactive-print prompt)))
   (run-hooks 'eshell-after-prompt-hook))